home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 3: Developer Tools / Linux Cubed Series 3 - Developer Tools.iso / devel / lang / ada / adaed-1.11 / adaed-1 / Adaed-1.11.0a / libfprots.h < prev    next >
Encoding:
C/C++ Source or Header  |  1992-02-07  |  702 b   |  25 lines

  1. /*
  2.  * Copyright (C) 1985-1992  New York University
  3.  * 
  4.  * This file is part of the Ada/Ed-C system.  See the Ada/Ed README file for
  5.  * warranty (none) and distribution info and also the GNU General Public
  6.  * License for more details.
  7.  
  8.  */
  9.  
  10. void iot_off_info(int);
  11. int getint(IFILE *, char *);
  12. int getnum(IFILE *, char *);
  13. int getchr(IFILE *, char *);
  14. long getlong(IFILE *, char *);
  15. char *getstr(IFILE *, char *);
  16. void iot_info(IFILE *, char *);
  17. long read_init(IFILE *);
  18. long read_next(IFILE *, long);
  19. void iot_set_opt_number(int);
  20. void iot_set_opt_desc(int);
  21. void putnum(IFILE *, char *, int);
  22. void putpos(IFILE *, char *, int);
  23. void putstr(IFILE *, char *, char *);
  24. void putchr(IFILE *, char *, int);
  25.